ffmpeg.git
19 months agolibavcodec/arm/mlpdsp_armv5te: fix label format to work with binutils 2.43
Ross Burton [Fri, 9 Aug 2024 10:32:00 +0000 (11:32 +0100)]
libavcodec/arm/mlpdsp_armv5te: fix label format to work with binutils 2.43

binutils 2.43 has stricter validation for labels[1] and results in errors
when building ffmpeg for armv5:

src/libavcodec/arm/mlpdsp_armv5te.S:232: Error: junk at end of line, first unrecognized character is `0'

Remove the leading zero in the "01" label to resolve this error.

[1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=226749d5a6ff0d5c607d6428d6c81e1e7e7a994b

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
Gbp-Pq: Name 0003-libavcodec-arm-mlpdsp_armv5te-fix-label-format-to-wo.patch

19 months agolavc/vaapi_av1: Avoid sending the same slice buffer multiple times
David Rosca [Wed, 8 May 2024 07:11:13 +0000 (09:11 +0200)]
lavc/vaapi_av1: Avoid sending the same slice buffer multiple times

When there are multiple tiles in one slice buffer, use multiple slice
params to avoid sending the same slice buffer multiple times and thus
increasing the bitstream size the driver will need to upload to hw.

Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Signed-off-by: David Rosca <nowrep@gmail.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
(cherry picked from commit d2d911eb9a2fc6eb8d86b3ae025a56c1a2692fba)

Gbp-Pq: Name 0002-lavc-vaapi_av1-Avoid-sending-the-same-slice-buffer-m.patch

19 months agolavc/vaapi_decode: Make it possible to send multiple slice params buffers
David Rosca [Wed, 8 May 2024 07:11:11 +0000 (09:11 +0200)]
lavc/vaapi_decode: Make it possible to send multiple slice params buffers

Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Signed-off-by: David Rosca <nowrep@gmail.com>
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
(cherry picked from commit fe9d889dcd79ea18d4dfaa39df4ddbd4c8c3b15c)

Gbp-Pq: Name 0001-lavc-vaapi_decode-Make-it-possible-to-send-multiple-.patch

19 months agoffmpeg (7:7.0.2-3) unstable; urgency=medium
Sebastian Ramacher [Tue, 13 Aug 2024 21:04:54 +0000 (23:04 +0200)]
ffmpeg (7:7.0.2-3) unstable; urgency=medium

  * debian/patches: Apply upstream patch to fix armel/armhf asm builds
  * debian/rules: Revert "Temporarily disable ASM optimizations on armel and
    armhf" (Closes: #1074370)

[dgit import unpatched ffmpeg 7:7.0.2-3]

19 months agoImport ffmpeg_7.0.2-3.debian.tar.xz
Sebastian Ramacher [Tue, 13 Aug 2024 21:04:54 +0000 (23:04 +0200)]
Import ffmpeg_7.0.2-3.debian.tar.xz

[dgit import tarball ffmpeg 7:7.0.2-3 ffmpeg_7.0.2-3.debian.tar.xz]

19 months agoImport ffmpeg_7.0.2.orig.tar.xz
Sebastian Ramacher [Sat, 3 Aug 2024 22:26:53 +0000 (00:26 +0200)]
Import ffmpeg_7.0.2.orig.tar.xz

[dgit import orig ffmpeg_7.0.2.orig.tar.xz]